const crypto/internal/fips140/ed25519.sha512Size
9 uses
crypto/internal/fips140/ed25519 (current package)
ed25519.go#L25: sha512Size = 64
ed25519.go#L32: prefix [sha512Size / 2]byte
ed25519.go#L94: h := hs.Sum(make([]byte, 0, sha512Size))
ed25519.go#L121: h := hs.Sum(make([]byte, 0, sha512Size))
ed25519.go#L189: if l := len(message); l != sha512Size {
ed25519.go#L225: messageDigest := make([]byte, 0, sha512Size)
ed25519.go#L243: hramDigest := make([]byte, 0, sha512Size)
ed25519.go#L271: if l := len(message); l != sha512Size {
ed25519.go#L308: hramDigest := make([]byte, 0, sha512Size)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |